Counterpart for NUnit attribute [SetUp()] in Visual Studio

Posted by Stefan Ahlm on Stack Overflow See other posts from Stack Overflow or by Stefan Ahlm
Published on 2010-05-05T09:02:55Z Indexed on 2010/05/05 9:08 UTC
Read the original article Hit count: 196

I am "translating" a NUnit test to Visual Studios unit testing and I am wondering if the attribute [ClassInitialize()] in VS is equivalent to [SetUp()] in NUnit?

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about visual-studio-2008